container: Prepare to prune render nodes
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Aug 2016 16:19:48 +0000 (12:19 -0400)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:15 +0000 (11:49 +0100)
commit58b38d59c58cdd7a5bbe87e68aaca8bd36cc0b14
treeafc9d52d414bd2bebb034b2f281320558a714227
parent39c1aa5e27a4d5fa7b69b0a738d06c1918fdec9e
container: Prepare to prune render nodes

Add a should_propagate function for render nodes. Eventually,
this is meant to avoid creating render nodes for child widgets
that are outside the parents clip area. Since we don't have
that information available right now, just filter out nondrawable
children for now.
gtk/gtkcontainer.c